home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 58 / CD-ROM N°58.iso / navigateurs / Netscape Folder / defaults / pref / editor.js < prev    next >
Encoding:
Text File  |  2000-04-19  |  7.8 KB  |  175 lines  |  [TEXT/MOSS]

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public
  4.  * License Version 1.1 (the "License"); you may not use this file
  5.  * except in compliance with the License. You may obtain a copy of
  6.  * the License at http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the License is distributed on an "AS
  9.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.  * implied. See the License for the specific language governing
  11.  * rights and limitations under the License.
  12.  *
  13.  * The Original Code is mozilla.org code.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation.  Portions created by Netscape are
  17.  * Copyright (C) 1998 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s): 
  21.  */
  22.  
  23. pref("editor.html_editor",                  "");
  24. pref("editor.image_editor",                 "");
  25. pref("editor.author",                       "");
  26. pref("editor.auto_save_delay",              10);    // minutes
  27. pref("editor.returnkey_mapping",            1);
  28. pref("editor.enterkey_mapping",             1);
  29. pref("editor.template_location",            "http://home.netscape.com/home/gold3.0_templates.html");
  30. pref("editor.default_template_location",    "http://home.netscape.com/home/gold3.0_templates.html");
  31. pref("editor.template_last_loc",            "");
  32. pref("editor.template_history_0",           "");
  33. pref("editor.template_history_1",           "");
  34. pref("editor.template_history_2",           "");
  35. pref("editor.template_history_3",           "");
  36. pref("editor.template_history_4",           "");
  37. pref("editor.template_history_5",           "");
  38. pref("editor.template_history_6",           "");
  39. pref("editor.template_history_7",           "");
  40. pref("editor.template_history_8",           "");
  41. pref("editor.template_history_9",           "");
  42. pref("editor.template_history_10",          "");
  43. pref("editor.template_history_11",          "");
  44. pref("editor.template_history_12",          "");
  45. pref("editor.template_history_13",          "");
  46. pref("editor.template_history_14",          "");
  47. pref("editor.template_history_15",          "");
  48. pref("editor.template_history_16",          "");
  49. pref("editor.template_history_17",          "");
  50. pref("editor.template_history_18",          "");
  51. pref("editor.template_history_19",          "");
  52.  
  53. pref("editor.url_history.TITLE_0", "");
  54. pref("editor.url_history.TITLE_1", "");
  55. pref("editor.url_history.TITLE_2", "");
  56. pref("editor.url_history.TITLE_3", "");
  57. pref("editor.url_history.TITLE_4", "");
  58. pref("editor.url_history.TITLE_5", "");
  59. pref("editor.url_history.TITLE_6", "");
  60. pref("editor.url_history.TITLE_7", "");
  61. pref("editor.url_history.TITLE_8", "");
  62. pref("editor.url_history.TITLE_9", "");
  63.  
  64. pref("editor.url_history.URL_0", "");
  65. pref("editor.url_history.URL_1", "");
  66. pref("editor.url_history.URL_2", "");
  67. pref("editor.url_history.URL_3", "");
  68. pref("editor.url_history.URL_4", "");
  69. pref("editor.url_history.URL_5", "");
  70. pref("editor.url_history.URL_6", "");
  71. pref("editor.url_history.URL_7", "");
  72. pref("editor.url_history.URL_8", "");
  73. pref("editor.url_history.URL_9", "");
  74.  
  75. localDefPref("editor.html_directory",               "");
  76. localDefPref("editor.image_directory",              "");
  77. localDefPref("editor.background_image",             "");
  78.  
  79. pref("editor.last_pref_page",               0);
  80. pref("editor.last_text_page",               0);
  81. pref("editor.last_doc_page",                0);
  82. pref("editor.last_table_page",              0);
  83. pref("editor.use_custom_colors",            false);
  84. pref("editor.use_background_image",         false);
  85. pref("editor.publish_keep_links",           true);
  86. pref("editor.publish_keep_images",          true);
  87. pref("editor.show_copyright",               true);
  88. pref("editor.show_character_toolbar",       true);
  89. pref("editor.show_paragraph_toolbar",       true);
  90. pref("editor.text_color",                   "#000000");
  91. pref("editor.link_color",                   "#0000FF");
  92. pref("editor.active_link_color",            "#000088");
  93. pref("editor.followed_link_color",          "#FF0000");
  94. pref("editor.background_color",             "#FFFFFF");
  95. pref("editor.auto_save",                    false);
  96. pref("editor.javascript_color",             "#FF0000");
  97. pref("editor.color_scheme",                 "Netscape Default Colors");
  98.  
  99. pref("editor.hints.bookmark",               true);
  100. pref("editor.hints.image",                  true);
  101. pref("editor.hints.sitemanager",            true);
  102. pref("editor.hints.copyright",              true);
  103. pref("editor.hints.removelinks",            true);
  104.  
  105. localDefPref("editor.hrule.height",                 2);
  106. localDefPref("editor.hrule.width",                  100);
  107. pref("editor.hrule.width_percent",          true);
  108. pref("editor.hrule.shading",                true);
  109. pref("editor.hrule.align",                  0);         // match types in edttypes.h ED_ALIGN_CENTER
  110.  
  111. pref("editor.publish_username",             "");
  112. pref("editor.publish_password",             "");
  113. pref("editor.publish_save_password",        false);
  114. pref("editor.publish_location",             "");
  115. pref("editor.publish_browse_location",      "");
  116. pref("editor.publish_last_loc",             "");
  117. pref("editor.publish_last_pass",            "");
  118. pref("editor.publish_history_0",            "");
  119. pref("editor.publish_history_1",            "");
  120. pref("editor.publish_history_2",            "");
  121. pref("editor.publish_history_3",            "");
  122. pref("editor.publish_history_4",            "");
  123. pref("editor.publish_history_5",            "");
  124. pref("editor.publish_history_6",            "");
  125. pref("editor.publish_history_7",            "");
  126. pref("editor.publish_history_8",            "");
  127. pref("editor.publish_history_9",            "");
  128. pref("editor.publish_history_10",           "");
  129. pref("editor.publish_history_11",           "");
  130. pref("editor.publish_history_12",           "");
  131. pref("editor.publish_history_13",           "");
  132. pref("editor.publish_history_14",           "");
  133. pref("editor.publish_history_15",           "");
  134. pref("editor.publish_history_16",           "");
  135. pref("editor.publish_history_17",           "");
  136. pref("editor.publish_history_18",           "");
  137. pref("editor.publish_history_19",           "");
  138. pref("editor.publish_password_0",           "");
  139. pref("editor.publish_password_1",           "");
  140. pref("editor.publish_password_2",           "");
  141. pref("editor.publish_password_3",           "");
  142. pref("editor.publish_password_4",           "");
  143. pref("editor.publish_password_5",           "");
  144. pref("editor.publish_password_6",           "");
  145. pref("editor.publish_password_7",           "");
  146. pref("editor.publish_password_8",           "");
  147. pref("editor.publish_password_9",           "");
  148. pref("editor.publish_password_10",          "");
  149. pref("editor.publish_password_11",          "");
  150. pref("editor.publish_password_12",          "");
  151. pref("editor.publish_password_13",          "");
  152. pref("editor.publish_password_14",          "");
  153. pref("editor.publish_password_15",          "");
  154. pref("editor.publish_password_16",          "");
  155. pref("editor.publish_password_17",          "");
  156. pref("editor.publish_password_18",          "");
  157. pref("editor.publish_password_19",          "");
  158.  
  159. pref("editor.custom_color_0", "0,0,0");
  160. pref("editor.custom_color_1", "99,0,0");
  161. pref("editor.custom_color_2", "CC,0,0");
  162. pref("editor.custom_color_3", "FF,0,0");
  163. pref("editor.custom_color_4", "0,99,0");
  164. pref("editor.custom_color_5", "0,CC,0");
  165. pref("editor.custom_color_6", "0,FF,0");
  166. pref("editor.custom_color_7", "0,0,99");
  167. pref("editor.custom_color_8", "0,0,CC");
  168. pref("editor.custom_color_9", "0,0,FF");
  169.  
  170. pref("editor.last_color_picked", "0,0,0");
  171. pref("editor.last_background_color_picked", "255,255,255");
  172. pref("editor.new_cell_has_space", true);
  173.  
  174. pref("editor.throbber.url","http://www.mozilla.org");
  175.